'Declaration Public Overloads Shared Function Match (Of T,TResult)( _ ByVal item As T, _ ByVal fallbackValue As TResult _ ) As FunctionalExtensions.MatchBlock(Of T,TResult)
public static FunctionalExtensions.MatchBlock<T,TResult> Match<T,TResult>( T item, TResult fallbackValue )
Parameters
- item
- fallbackValue
- The value to be returned if all patterns failed to match.
Type Parameters
- T
- TResult